-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PaymentsV4 implementation #34
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # src/PayU/PaymentsApi/Factories/AuthorizationFactory.php
…httpMethod and $basePath params
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good
src/PayU/PaymentsApi/AluV3/AluV3.php
Outdated
@@ -28,7 +28,7 @@ final class AluV3 implements AuthorizationPaymentsApiClient | |||
* @var array | |||
*/ | |||
private $aluUrlHostname = [ | |||
//'ro' => 'https://secure.payu.ro', | |||
'ro' => 'https://secure.payu.ro', | |||
'ru' => 'http://ru.payu.local', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should have local endpoints here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR ready to be merged.
No description provided.